@charset "utf-8";
#TB_overlay{position:fixed;z-index:1000;top:0px;left:0px;width:100%;height:100%;}
.TB_overlayBG{background:#000;filter:alpha(opacity=60);-moz-opacity:0.6;opacity:0.6;}
* html #TB_overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px');}
#TB_window{position:fixed;background:#ffffff;z-index:1002;display:none;text-align:left;top:50%;left:50%; border:4px solid #525252;}
* html #TB_window{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_load{position:fixed;display:none;height:24px;width:24px;z-index:1003;top:50%;left:50%;margin:-12px 0 0 -12px;}
* html #TB_load{position:absolute;margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');}
#TB_HideSelect{z-index:99;position:fixed;top:0;left:0;background-color:#fff;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;height:100%;width:100%;}
* html #TB_HideSelect{position:absolute; height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :document.body.offsetHeight + 'px');}
#TB_ajaxContent{text-align:left;overflow:auto;clear:both;}
#TB_iframeContent{border:0;margin:0;padding:0;overflow:hidden;clear:both; width:1px; height:1px;}